home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1996 May: Tool Chest / Developer CD Series May 1996 (Tool Chest) (Apple Computer) (1996).iso / Tool Chest / Interfaces & Libraries / Interfaces / AIncludes / Notification.a < prev    next >
Encoding:
Text File  |  1993-12-02  |  652 b   |  31 lines  |  [TEXT/MPS ]

  1. ;    File:        Notification.a
  2. ;
  3. ;    Copyright:    © 1983-1993 by Apple Computer, Inc.
  4. ;                All rights reserved.
  5. ;
  6. ;    Version:    System 7.1 for ETO #11
  7. ;    Created:    Tuesday, March 30, 1993 18:00
  8. ;
  9. ;___________________________________________________________________________
  10.  
  11.     IF &TYPE('__INCLUDINGNOTIFICATION__') = 'UNDEFINED' THEN
  12. __INCLUDINGNOTIFICATION__    SET    1
  13.  
  14. nmType            EQU         8
  15.  
  16. NMRec             RECORD      0
  17. qLink             DS.L        1
  18. qType             DS.W        1
  19. nmFlags           DS.W        1
  20. nmPrivate         DS.L        1
  21. nmReserved        DS.W        1
  22. nmMark            DS.W        1
  23. nmIcon           DS.L        1
  24. nmSound           DS.L        1
  25. nmStr             DS.L        1
  26. nmResp            DS.L        1
  27. nmRefCon          DS.L        1
  28. NMRecSize         EQU         *
  29.                   ENDR
  30.  
  31.     ENDIF    ; ...already included